let r = Math.random().toString(36).substring(7); console.log("random", r);
Math.random().toString(36).substr(2, 5);